Changelog
New features
- Added AdmiFile [beta feature], an easy to use Two-Window-File-Manager
- Added AdmiBot [beta feature], a ChatBot to set display brightness and control the PCs power state
- Enhanced the PC-Info tab with more detailed information about the RAM modules
- Added quick access buttons at dashboard for changing the energy power plan mode
- Added new messages to NotificationPopup when PCs drives have less than 25% (orange warning) oder 10% (red alert) available space
- Added new messages to NotificationPopup to show Known Issues of the program
- Added new setting to deactivate online services (App Update check and download of changelog will be blocked) (Issue #142) NOTE: Setting for automatic update check will be disabled if online services are turned off
- Added new setting to keep the application running in the background when closing it
- Added new setting to launch the application silently in the background
- Enhanced autostart setting to support launching with logging enabled
Bug fixes
- Fixed a bug where not always a MessageBox was shown when a HardException occured
- Fixed Issue #211 -> [AppAutoStart] Reg key probably uses wrong working directory
- Fixed a bug at WinAppsUpdater where the waiting texts inside the buttons were not correctly centered while search or install process is running
- Fixed a bug where the button for searching for app udpdates got ✔️ as the label instead of the intended ⭮ when the current version is up to date
- Fixed a bug where the drive grid at Dashboard was not correctly aligned when having multiple drives
- Fixed a bug in WinAppsUpdater where the 'Nach Update suchen' button was not reset when the update search task failed
UI improvements
- Improved App Accent color to now apply to all UI elements application wide, including all element borders
- Improved Contrast1White theme
- Changed all black UI text to #212121 for better readability
- Improved touchscreen support: Tab content can now be scrolled using gestures
- New welcome screen at first launch
- First setup now includes settings for online services and application autostart
- Better animation for closing the tutorial
- Improved UI for infoboxes
- Improved naming of automations and their information
- NotificationPopupBell can now also show an orange warning state in addition to green for normal and red for alerts
- Added a new button at help tab which directly leads to the privacy policy website
- Removed unintended MaxWidth at the textblock for activated beta features at Beta-Tab
- Button "Benutzer ausloggen" at Tools tab now also have the default button background brush
- Fixed a bug at KRB-AD-Control where the input used the theme font color instead of black leading to the possibility of white text on white background
- Fixed Issue #210 -> [GUI] ProgressDone window needs a MaxWidth and MaxHeight
Technical improvements
- First public release -> disabled license checker and replaced license info at Dashboard with Feedback button
- Implemented german and english EULA in the setup wizard
- Significantly improved performance when opening the PC-Info tab by rewriting several functions to run asynchronously, ensuring non-blocking execution
- Changed behavior at automations tab to allow setting and saving the automatic DarkMode timespan even when the option is currently not activated
- Changed behavior at automations tab to allow setting and saving display brightness levels and time even when the option is currently not activated
- Optimized logic of CheckWinUpdates function
- Made more closing functions asynchronous to ensure an orderly shutdown
- Replaced Firefox x64 KRB-AppDeploy package with own routine
- Replaced FirefoxESR x64 KRB-AppDeploy package with own routine
- Replaced Thunderbird x64 KRB-AppDeploy package with own routine
- Removed all remaining PSADT-packages from KRB-AppDeploy
- New animations AnimateFadeInButtonVisibility and AnimateFadeOutButtonVisibility
- Improved texts when sending a feedback mail
- Removed unused SelectionChanged event for ComboBox_logs
- Removed unused SelectionChanged event for ComboBox_installapps
- Removed button Change_border_color from Beta-Features tab
- Moved test buttons for UI-Features and the notification popup from Beta-Features tab to the internal Development tab
- Translated Log messages for setting Exceution policies from German to English
- Translated remaining German code comments to English
- Cleaned up code
- Various code optimizations